atsc_time

@brief Converts an ATSC EIT formatted timestamp into struct tm @ingroup ancillary

@param start_time event on ATSC EIT time format @param tm pointer to struct tm where the converted timestamp will be stored.

extern (C)
void
atsc_time
(
const uint start_time
,
tm* tm
)

Meta